From c2d58b03d138a999ca7f1b894121489eba70b8e7 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 21 May 2015 17:31:39 +0100 Subject: [PATCH] docs: correct pod syntax Olaf reports: [ 146s] man/xl.pod.1 around line 1529: '=item' outside of any '=over' [ 146s] man/xl.pod.1 around line 1531: You forgot a '=back' before '=head1' [ 146s] POD document had syntax errors at /usr/bin/pod2text line 84. [ 146s] Makefile:167: recipe for target 'txt/man/xl.1.txt' failed [ 146s] make[1]: *** [txt/man/xl.1.txt] Error 255 Reported-by: Olaf Hering Signed-off-by: Ian Campbell Tested-by: Andrew Cooper --- docs/man/xl.pod.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index b2bc362656..4eb929d475 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1 @@ -1526,8 +1526,12 @@ xl is mostly command-line compatible with the old xm utility used with the old Python xend. For compatibility, the following options are ignored: +=over 4 + =item B +=back + =head1 TO BE DOCUMENTED We need better documentation for: -- 2.30.2